//-------------------------------------------------------------------------------------------
/** Ŭ̾Ʈ ڵ Ծ(Code Convention)
    
    ǵ : ڵ ۼ  ϼ ϱ ؼ Ű   ⺻
          Ͽ ڵ ۼ Ѵ.
*/


* ּ
  ּ ⺻ docxygen ŸϷ Ѵ.
  ex)
  //-------------------------------------------------------------------------------------------
  /**
        @author
          
        @since
        @remark
        @history
        ...        
  */  

*  ǽ 
  type [*|&]    
    ex) Player *  pPlayer = NULL;

* class ǽ 
    տ C  c   ʴ´.
    ex) class Player, class Monster
    
* 鿩
   ⺻ ŸϷ    ִ κ ۼ.
  if (expr)
  {
      // [comment]
      ...   (0)
  }   
  
  if (expr) {
     ...    (X)
  }  
  
  ! ǵ    .
    ex)      
    if (expr)
    {
      
        ... (X)
           
        
        ...
  
        
    }
  
  